The CxElsEditor object is a dialog box-based editor for the Event Logging Service (ELS). Declare the object using the following code:
|
CreateObject("CxEditors.CxElsEditor") |
Each method in this document will assume you have declared and connected the CxElsEditor object using the following code:
|
Dim ElsEditor Set ElsEditor = CreateObject("CxEditors.CxElsEditor") ElsEditor.Connect("CYGDEMO.ELS") |
More: